home *** CD-ROM | disk | FTP | other *** search
/ Carousel Volume 2 #1 / carousel.iso / mactosh / da / milliway.sit / Milliways i.34.rsrc / PInf_-16000_If < prev    next >
Text File  |  1988-05-15  |  269b  |  1 lines

  1. &If(test){do if true} more  [Milliways]Idoes {do if true} if test is true then does more otherwise skips to more.[For example the function "Max()" might be defined as "if(#1>#2) {#1)} #2" so Max(3,2) is 3.?Note that the ")" after "#1" forces a return from the function.